Log in Register Dashboard Temp Share Shortlinks Frames API

cody - HTMLify profile

cody's Profile Picture

cody

4270 Files

632725 Views

Latest files of /cody/swapnilsparsh/30DaysOfJavaScript/65 - Postmaster Clone

prism.js cody/swapnilsparsh/30DaysOfJavaScript/65 - Postmaster Clone/prism.js
172 Views
0 Comments
/* PrismJS 1.24.1
https://prismjs.com/download.html#themes=prism-tomorrow&languages=markup+css+clike+javascript+c+cpp+css-extras&plugins=line-highlight+line-numbers+file-highlight+show-language+inline-color+toolbar+copy-to-clipboard+download-button+match-braces+treeview */
var _self="undefined"!=typeof window?window:"undefined"!=typeof WorkerGlobalScope&&self instanceof WorkerGlobalScope?self:{},Prism=function(u){var c=/\blang(?:uage)?-([\w-]+)\b/i,n=0,e={},M={manual:u.Prism&&u.Prism.manual,disableWorkerMes
prism.css cody/swapnilsparsh/30DaysOfJavaScript/65 - Postmaster Clone/prism.css
106 Views
0 Comments
/* PrismJS 1.24.1
https://prismjs.com/download.html#themes=prism-tomorrow&languages=markup+css+clike+javascript+c+cpp+css-extras&plugins=line-highlight+line-numbers+file-highlight+show-language+inline-color+toolbar+copy-to-clipboard+download-button+match-braces+treeview */
/**
* prism.js tomorrow night eighties for JavaScript, CoffeeScript, CSS and HTML
* Based on https://github.com/chriskempson/tomorrow-theme
* @author Rose Pritchard
*/

Postman clone.js cody/swapnilsparsh/30DaysOfJavaScript/65 - Postmaster Clone/Postman clone.js
175 Views
0 Comments
const submitBtn = document.getElementById("submit-btn");
const addBtn = document.getElementById("addBtn"); //to add the any number of parameters
const addMoreParameters = document.getElementById("addMoreParameters");
const deleteBtn = document.getElementsByClassName("deleteBtn");
//now if the user clicks on custom parameters then json option is hidden and they are toggling like this
const customJson = document.getElementById("jsonRadio"); //radio button of json
const customParams = document.getElementById("
logo.png cody/swapnilsparsh/30DaysOfJavaScript/65 - Postmaster Clone/logo.png
86 Views
0 Comments
Media file
style.css cody/swapnilsparsh/30DaysOfJavaScript/65 - Postmaster Clone/style.css
114 Views
0 Comments
/* default styling for the document */
* {
margin: 0;
padding: 0;
box-sizing: border-box;
}
/* setting the fonts and background in the main body */
body {
index.html cody/swapnilsparsh/30DaysOfJavaScript/65 - Postmaster Clone/index.html
335 Views
0 Comments
<!DOCTYPE html>
<html lang="en">

<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.1.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-1BmE4kWBq78iYhFldvKuhfTAU6auU8tT94WrHftjDbrCEXSU1oBoqyl2QvZ6jIW3" crossorigin="anonymous" />